3.30.38 \(\int \sqrt {a+b \sqrt {c x^2}} \, dx\) [2938]

Optimal. Leaf size=34 \[ \frac {2 x \left (a+b \sqrt {c x^2}\right )^{3/2}}{3 b \sqrt {c x^2}} \]

[Out]

2/3*x*(a+b*(c*x^2)^(1/2))^(3/2)/b/(c*x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 34, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {260, 32} \begin {gather*} \frac {2 x \left (a+b \sqrt {c x^2}\right )^{3/2}}{3 b \sqrt {c x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*Sqrt[c*x^2]],x]

[Out]

(2*x*(a + b*Sqrt[c*x^2])^(3/2))/(3*b*Sqrt[c*x^2])

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rule 260

Int[((a_) + (b_.)*((c_.)*(x_)^(q_.))^(n_))^(p_.), x_Symbol] :> Dist[x/(c*x^q)^(1/q), Subst[Int[(a + b*x^(n*q))
^p, x], x, (c*x^q)^(1/q)], x] /; FreeQ[{a, b, c, n, p, q}, x] && IntegerQ[n*q] && NeQ[x, (c*x^q)^(1/q)]

Rubi steps

\begin {align*} \int \sqrt {a+b \sqrt {c x^2}} \, dx &=\frac {x \text {Subst}\left (\int \sqrt {a+b x} \, dx,x,\sqrt {c x^2}\right )}{\sqrt {c x^2}}\\ &=\frac {2 x \left (a+b \sqrt {c x^2}\right )^{3/2}}{3 b \sqrt {c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.94, size = 34, normalized size = 1.00 \begin {gather*} \frac {2 x \left (a+b \sqrt {c x^2}\right )^{3/2}}{3 b \sqrt {c x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*Sqrt[c*x^2]],x]

[Out]

(2*x*(a + b*Sqrt[c*x^2])^(3/2))/(3*b*Sqrt[c*x^2])

________________________________________________________________________________________

Maple [A]
time = 0.26, size = 27, normalized size = 0.79

method result size
default \(\frac {2 x \left (a +b \sqrt {c \,x^{2}}\right )^{\frac {3}{2}}}{3 b \sqrt {c \,x^{2}}}\) \(27\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*(c*x^2)^(1/2))^(1/2),x,method=_RETURNVERBOSE)

[Out]

2/3*x*(a+b*(c*x^2)^(1/2))^(3/2)/b/(c*x^2)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.33, size = 42, normalized size = 1.24 \begin {gather*} \frac {{\left ({\left (c^{\frac {3}{2}} + c\right )} b x + a {\left (c + \sqrt {c}\right )}\right )} \sqrt {b \sqrt {c} x + a}}{{\left (c^{2} + 2 \, c^{\frac {3}{2}} + c\right )} b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*(c*x^2)^(1/2))^(1/2),x, algorithm="maxima")

[Out]

((c^(3/2) + c)*b*x + a*(c + sqrt(c)))*sqrt(b*sqrt(c)*x + a)/((c^2 + 2*c^(3/2) + c)*b)

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 40, normalized size = 1.18 \begin {gather*} \frac {2 \, {\left (b c x^{2} + \sqrt {c x^{2}} a\right )} \sqrt {\sqrt {c x^{2}} b + a}}{3 \, b c x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*(c*x^2)^(1/2))^(1/2),x, algorithm="fricas")

[Out]

2/3*(b*c*x^2 + sqrt(c*x^2)*a)*sqrt(sqrt(c*x^2)*b + a)/(b*c*x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {a + b \sqrt {c x^{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*(c*x**2)**(1/2))**(1/2),x)

[Out]

Integral(sqrt(a + b*sqrt(c*x**2)), x)

________________________________________________________________________________________

Giac [A]
time = 1.32, size = 18, normalized size = 0.53 \begin {gather*} \frac {2 \, {\left (b \sqrt {c} x + a\right )}^{\frac {3}{2}}}{3 \, b \sqrt {c}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*(c*x^2)^(1/2))^(1/2),x, algorithm="giac")

[Out]

2/3*(b*sqrt(c)*x + a)^(3/2)/(b*sqrt(c))

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \sqrt {a+b\,\sqrt {c\,x^2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*(c*x^2)^(1/2))^(1/2),x)

[Out]

int((a + b*(c*x^2)^(1/2))^(1/2), x)

________________________________________________________________________________________